#Python Program-10- Python Dictionaries numdict = {'one': 1, 'two': 2, 'three': 3, 'four': 4} print("Displaying Dictionary-\n", numdict)